Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class / DefaultSaveAsFileName Property


In This Topic
    DefaultSaveAsFileName Property (NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings>)
    In This Topic
    Gets/Sets the default file name used in Save As dialogs. By default set to "Document1.{ext}", where "{ext}" is the file extension of the default document format for this document view. It is determined by the Nevron.Nov.Dom.NDocumentFormatRegistry<TDocumentFormat>.DefaultFormatExtension property of this view's DocumentFormatRegistry.
    Syntax
    'Declaration
     
    
    Public Property DefaultSaveAsFileName As System.String
    'Usage
     
    
    Dim instance As NDocumentView(Of TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings)
    Dim value As System.String
     
    instance.DefaultSaveAsFileName = value
     
    value = instance.DefaultSaveAsFileName
    public System.string DefaultSaveAsFileName {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also